Release 10.1A: OpenEdge Development:
AppBuilder


Example of receiveHandler override code

This code might be used in a receiveHandler override in a SmartB2BObject:

DEFINE INPUT PARAMETER hMessage AS HANDLE NO-UNDO. 
/* 
** Declare storage 
*/ 
DEFINE VARIABLE lBackOrdered AS LOGICAL NO-UNDO. 
/*  
** Get a specific property value  
*/ 
lBackOrdered = DYNAMIC-FUNCTION(‘getCharProperty’:U IN hMessage). 
RUN SUPER. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095